projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afd64f3
)
text view: Fix a typo
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 13 Aug 2019 19:16:03 +0000
(15:16 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 13 Aug 2019 19:16:03 +0000
(15:16 -0400)
Pointed out in https://gitlab.gnome.org/GNOME/gtk/issues/2094
gtk/gtktextview.c
patch
|
blob
|
history
diff --git
a/gtk/gtktextview.c
b/gtk/gtktextview.c
index 602d5076832a8949d18a7a5be65a2ad2757ffa9b..6d405df097965fa11994faf523e4094775c83d04 100644
(file)
--- a/
gtk/gtktextview.c
+++ b/
gtk/gtktextview.c
@@
-3522,7
+3522,7
@@
gtk_text_view_reset_cursor_blink (GtkTextView *text_view)
* @text_view: a #GtkTextView
*
* Moves the cursor to the currently visible region of the
- * buffer, i
t
it isn’t there already.
+ * buffer, i
f
it isn’t there already.
*
* Returns: %TRUE if the cursor had to be moved.
**/